home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / frogbit / fb-097.exe / REMBLANK USING COPYLINES.FB < prev    next >
Encoding:
Text File  |  1997-02-04  |  75 b   |  7 lines

  1.  
  2. // remove blank lines
  3.  
  4. input "data.in"
  5.  
  6. copy lines where (line<>"")
  7.